home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / tools / phxass / readme < prev   
Encoding:
Text File  |  1995-05-02  |  3.4 KB  |  79 lines

  1. Short:    PhxAss V4.15 68xxx Macro Assembler
  2. Uploader: dhebisch@hrz.uni-bielefeld.de
  3. Author:   Frank@Phoenix.owl.de (Frank Wille, Phoenix/Phantasm)
  4. Type:     dev/asm
  5.  
  6. This archive contains the Assembler PhxAss V4.15 and the Linker
  7. PhxLnk V4.15.
  8.  
  9. *** PHXASS ***
  10. PhxAss V4.15 is a highly optimizing macro assembler for Motorola's 680x0
  11. CPUs, 6888x FPUs and 68851 MMU (of course, the 030, 040 and 060 MMUs are
  12. also supported). It requires OS2.04 (V37) and 1 MB RAM as minimum.
  13.  
  14. Most important features:
  15. o Fast: 15000-30000 lines per minute with standard Amigas, 50000-350000
  16.   with an A4000/040.
  17. o Resident.
  18. o Symbolic and Source Level Debugging.
  19. o Automatic generation of executables (if possible).
  20. o Small Code and Small Data support (also support for __MERGED sections).
  21. o Listing file, Cross Reference Listing, Equates file.
  22. o Complete floating point support: You can use complex floating point
  23.   expressions, including float functions (sine, logarithm, square root,
  24.   power, etc.), everywhere in your source, e.g. defining float EQUates or
  25.   SETs.
  26. o Nine different optimizations possible.
  27. o Locale symbols.
  28. o Support for Motorola's old and new operand style (even in 68000 mode).
  29. o locale.library usage (english, german, swedish, italian and polish
  30.   (currently not included) ).
  31. o Nearly all directives of the most popular assemblers like Seka, DevPac or
  32.   AS (Aztec) are supported. Examples: INCBIN, INCDIR, CODE_C, REPT, RS,
  33.   RSRESET, EQUR, REG, OFFSET, XDEF, XREF, PUBLIC, ...
  34. o Finally: Although Shareware, PhxAss is completely functional!
  35.  
  36. You will find four different versions of PhxAss in this distribution:
  37. 1. PhxAss: The standard 680x0,FPU,MMU macro assembler.
  38. 2. SmallPhxAss: This is a 68000-only version without floating point support.
  39. 3. FreePhxAss: This program is FREEWARE! It is intended for developers of
  40.     PD-Compilers, who want to include PhxAss in their compiler package.
  41. 4. GigaPhxAss: Identical to PhxAss, but source codes are not limited to
  42.     65535 lines. Quite useful for assembling Reassembler outputs.
  43.  
  44. CHANGES SINCE PHXASS V4.14 (last Aminet release):
  45. Fixed Bugs:
  46. o If your source contains not a single byte, PhxAss sometimes crashed.
  47. New Features:
  48. o Improved the compatibility with old Seka-sources. The '=' (EQU) direc-
  49.   tives and labels, terminated by a ':', must no longer be seperated
  50.   from the rest of the line with blanks or TABs.
  51. o Because of numerous requests, symbol names are allowed to contain
  52.   dots ('.'). But beware of terminating your symbols with ".w" or ".l"!
  53. o The new directive SFORM enables the output of Motorola S-Records in
  54.   absolute mode.
  55. o Danish catalog.
  56.  
  57.  
  58. *** PHXLNK ***
  59. PhxLnk is FREEWARE and supports all features of a standard Amiga-DOS linker
  60. (like BLink), except of overlay hunks and automatic link vectors (ALV).
  61.  
  62. Implemented functions:
  63. o Links object files and libraries (SAS/C extended libraries too)
  64. o Sections can be forced to Chip-memory
  65. o Small Code, Small Data
  66. o SAS/C-Blink Small Data compatibility available
  67. o '_MERGED' sections are recognized automatically (and coalesced like
  68.   Small Data sections)
  69. o Symbolic and Source Level Debugging (PowerVisor compatibility included)
  70. o Debug blocks are removed on request
  71. o Deletes empty sections
  72. o Zero bytes at the end of a section are deleted and appear in the
  73.   HUNK_HEADER block only
  74. o User may define absolute external symbols
  75. o Generates HUNK_RELOC32SHORT blocks by default
  76.  
  77. CHANGES SINCE PHXLNK V4.15 (last Aminet release):
  78. o Italian and danish catalogs.
  79.